home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / DOOM / PSYCH1_3.ZIP / INSTALL.BAT next >
Encoding:
DOS Batch File  |  1995-10-29  |  648 b   |  25 lines

  1. @echo off
  2. cls
  3. echo -      INSTALLATION OF PsychoDoom 1-3      -
  4. echo -                                          -
  5. echo -  This file assumes you have no older     -
  6. echo -  versions of PsychoDoom.  If you dont,   -
  7. echo -  then you have nothing to worry about.   -
  8. echo -  If you do, however, simply answer Y     -
  9. echo -  to the question "FILE XXXXX ALREADY     -
  10. echo -  EXISTS.  OVERWRITE(y/n)"  ENJOY!        -
  11. echo -                                          -
  12. echo -       PRESS CTRL-C TO ABORT OR           -
  13. pause
  14. c:
  15. cd \
  16. copy a:\psychodm.bat
  17. cd \doom2
  18. copy a:\*.txt
  19. copy a:\*.wad
  20. echo COMPLETED! 
  21. pause
  22. cls
  23. psychodm
  24.  
  25.